.banner .swiper {
	width: 100%;
	height: 100%;
}
.bannerSwiper .swiper-slide{
    position: relative;
}
.tips{
    position: absolute;
    z-index: 999;
}

.tips a{
    position: relative;
}

.tips .quan{
    /*border-radius: 50%;*/
    /*overflow: hidden;*/
    background: transparent;
    width: 0.4rem;
    height: 0.4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tips .quan::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    /*transform: translate(-50%, -50%);*/
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: rgba(0, 120, 238, 0.35);
    animation: boderM 3s infinite;
}
.tips .quan::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    /*transform: translate(-50%, -50%);*/
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: rgba(0, 120, 238, 0.3);
    animation: boderM 3s .75s infinite;
}

@keyframes boderM {
    0% {
        transform: scale(0.8);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: scale(1.5);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}
.tips .quan .dian{
    margin: 0.075rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tips .quan .dian img{
    width: 0.1rem;
    margin: 0 auto;
    display: block;
}

.tips .name{
    height: 0.5rem;
    line-height: 0.5rem;
    /*background: linear-gradient(to right,#0078ee , #1facee);*/
    opacity: 0.8;
    padding: 0 0.1rem;
    /*line-height: 0.3rem;*/
    font-size: 0.24rem;
    color: #fff;
    border-radius: 0.5rem;
    /*display: none;*/
    align-items: center;
    position: absolute;
    left: 0px;
    top: -0.05rem;
    white-space: nowrap;
    pointer-events: none;
}
.tips:hover .name{
    pointer-events: all;
}
.tips:hover .name::before {
    width: 100%;
    transition: all 0.4s cubic-bezier(.34, .44, .41, 1.12);
}

.tips .name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: linear-gradient(to right,#0078ee , #1facee);
    border-radius: 0.5rem;
}
.tips .name .icon{
    background: #ffffff;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.15rem;
    opacity: 0;
}
.tips .name .icon img{
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
}
.tips .name .title-icon{
    opacity: 0;
}
.tips .name .iconfont{
    margin-left: 0.15rem;
    margin-right: 0.25rem;
    font-size: 0.16rem;
    opacity: 0;
}
.tips:hover .quan{
    display: none;
}
.tips:hover .icon,
.tips:hover .name .title-icon,
.tips:hover .name .iconfont{
    opacity: 1;
    transition: all .36s .4s;
}
.tips:hover .name{
    display: flex;
}

/*.top-bg {*/
/*	background: url('../image/index/back-1.png') no-repeat;*/
/*}*/

.solve {
	padding-top: 1.4rem;
}

.solve .wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 0 2.6rem;
}

.solve .left {
	/*margin-left: 0.6rem;*/
	position: relative;
    display: flex;
    justify-content: flex-end;
}

.solve .left .title{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solve .left .title h3 {
	font-size: 0.77rem;
	font-family: SourceHanSansCN-Bold;
	line-height: 1;
	margin-bottom: 0.2rem;
}

.solve .left .title h3:last-child {
	margin-bottom: 0.4rem;
}

.solve .left .title h3 span {
	color: #2373ce;
}

.solve .left .title p {
	font-size: 0.2rem;
	line-height: 1;
	font-family: SourceHanSansCN-Bold;
	border-bottom: 1px solid  #ccc;
    letter-spacing: 0.13rem;
    padding-bottom: 0.05rem;
    text-indent: 0.13rem;
}

.solve .left .title .line {
	width: 1.4rem;
	height: 0.07rem;
	background-color: #4e4e4e;
	opacity: 0.5;
	margin-top: 0.35rem;
}

.solve .left .title-p {
    width: 6.3rem;
    text-align: center;
	font-size: 0.3rem;
}

.solve .left .extreme {
	position: absolute;
	bottom: 1.2rem;
}

.solve .left .extreme img {
	height: 2.2rem;
}

.solve .right {
	/*padding-right: 0.65rem;*/
	/*max-width: 5.9rem;*/
	margin-top: 2.2rem;
	margin-bottom: 1.7rem;
}

.solve .right .swiper-slide {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.solve .right .top {
	position: relative;
}

.solve .right .top .bg {
	position: relative;
	width: 5.88rem;
	display: block;
	box-shadow: 4px 4px 14px rgba(193, 222, 255, .26);
}

.solve .right .top .more {
	width: max-content;
	position: absolute;
	top: 0.3rem;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 0.24rem;
	color: #343434;
	line-height: 0.3rem;
}

.solve .right .top .more img {
	margin-left: 0.1rem;
	width: 0.24rem;
	display: block;
}

.solve .right .top .product {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.3rem;
	width: 4.88rem;
	height: calc(100% - 0.6rem);
	object-fit: contain;
	box-sizing: border-box;
	display: block;
}

.solve .right .line {
	height: 3rem;
	opacity: 0.51;
}

.solve .right .bottom {
	position: relative;
}

.solve .right .bottom .bg {
	position: relative;
	width: 6.3rem;
	display: block;
	box-shadow: 4px 4px 14px rgba(193, 222, 255, .26);
}

.solve .right .bottom .product {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0.4rem;
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.solve .right .title {
	text-align: center;
	margin-bottom: 0.1rem;
	min-height: .7rem;
}

.solve .right .title .h {
	font-size: 0.34rem;
	font-family: SourceHanSansCN-Medium;
}

.solve .right .title .p {
	font-size: 0.18rem;
	font-family: SourceHanSansCN-Medium;
}

.solve .right .swiper {
	max-width: 100%;
	margin-right: 0;
}
.xfc-box{
    padding: 0 1.1rem;
}
.xfc-title {
	height: 2.6rem;
	position: relative;
	overflow: hidden;
}

.xfc-title p {
	font-size: 0.49rem;
	font-family: SourceHanSansCN-Bold;
	margin-top: 0.7rem;
	margin-left: 0.55rem;
	line-height: 1;
	letter-spacing: 0.1em;
}

.xfc-title p span {
	color: #2373ce;
}

.xfc-title .xfc-img {
	position: absolute;
	bottom: -0.33rem;
	height: 2.78rem;
	left: 0.2rem;
	display: block;
}

.xfc-list {
	background-color: #fff;
	padding: 0.4rem 0.5rem 0rem 0.5rem;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.xfc-list .left .nav-tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xfc-list .left .nav-tab .nav-title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 0.2rem;
	height: .63rem;
	line-height: 1;
	font-family: SourceHanSansCN-Medium;
}

.xfc-list .left .nav-tab .tab-list {
	display: flex;
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Bold;
	color: #999;
	border-radius: 5px;
	overflow: hidden;
}

.xfc-list .left .nav-tab .tab-list li {
	width: 1rem;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	background-color: #ffffff;
	box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.07);
	cursor: pointer;
}

.xfc-list .left .nav-tab .tab-list li.active {
	background-color: #2373ce;
	color: #ffffff;
	box-shadow: none;
}

.xfc-list .left .data-list {
	margin-top: 0.6rem;
}

.xfc-list .left .data-list .data-li{
    position: relative;
}

.xfc-list .left .data-list .data-li .title {
	font-size: 0.18rem;
	font-family: SourceHanSansCN-Regular;
}

.xfc-list .left .data-list .data-li .line {
	background-color: #fff;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.07);
	width: 4.9rem;
	height: .31rem;
	border-radius: 5px;
	margin-top: 0.10rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.xfc-list .left .data-list .data-li .line .dian {
	cursor: pointer;
	box-sizing: border-box;
	width: 0.16rem;
	height: 0.16rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xfc-list .left .data-list .data-li .line .dian::after {
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background-color: #bfbfbf;
	border-radius: 50%;
	display: block;
}

.xfc-list .left .data-list .data-li .line .dian.active::after {
	width: 0.16rem;
	height: 0.16rem;
	background-color: #2373ce;
}

.xfc-list .left .data-list .data-li .data-name {
	width: 4.9rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 0.20rem;
	font-family: SourceHanSansCN-Medium;
	margin: 0.1rem 0;
}

.xfc-list .left .data-list .data-li .data-name div {
	white-space: nowrap;
	opacity: 0;
	display: flex;
	justify-content: center; 
    position: absolute;
    top: 0;
    right: 0;
}

.xfc-list .left .data-list .data-li .data-name .active {
	opacity: 1;
}

.xfc-list .right {
	position: relative;
}

.xfc-list .right .car-image {
	position: absolute;
	top: -3rem;
	left: -0.8rem;
	width: 6rem;
	height: 3.2rem;
	object-fit: contain;
}

.xfc-list .right .data-list {
	margin-top: 0.5rem;
}

.xfc-list .right .data-list .data-li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.3rem;
}

.xfc-list .right .data-list .data-li .name {
	width: 1.3rem;
	font-size: 0.20rem;
	font-family: SourceHanSansCN-Regular;
	margin-right: 0.4rem;
	text-align: center;
}

.xfc-list .right .data-list .data-li .box {
	width: 4.76rem;
	height: 0.98rem;
	background-color: #f2f2f2;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.xfc-list .right .data-list .data-li .box h3 {
	font-size: 0.5rem;
	color: #2373ce;
	letter-spacing: 0.1em;
	font-family: PangMenZhengDao;
}

.xfc-list .right .data-list .data-li .box p {
	font-size: 0.2rem;
	line-height: 0.15rem;
	color: #2373ce;
	letter-spacing: 0.1em;
	font-family: SourceHanSansCN-Bold;
}

.xfc-list .right .data-list .box-item {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 1.5rem);
	text-align: center;
	overflow: hidden;
}

.xfc-list .right .data-list .box-item .item:first-child {
	box-shadow: 8px 0 14px rgba(0, 0, 0, 0.07);
	width: 33.33%;
}

.xfc-list .right .data-list .box-item .title {
	font-size: 0.16rem;
	line-height: 0.25rem;
	margin-bottom: 0.2rem;
	color: #2d2d2d;
	font-family: SourceHanSansCN-Regular;
}

.xfc-list .right .data-list .box-item .item:first-child h3,
.xfc-list .right .data-list .box-item .item:first-child p {
	color: #2373ce;
    line-height: 0.3rem;
    height: 0.34rem;
}

.xfc-list .right .data-list .box-item img {
	width: 1.1rem;
	display: block;
	margin: auto;
	margin-bottom: 0.26rem;
}

.xfc-list .right .data-list .box-item h3 {
	font-size: 0.5rem;
	color: #c8c8c8;
	font-family: PangMenZhengDao;
	line-height: 1;
	letter-spacing: 0.1em;
}

.xfc-list .right .data-list .box-item p {
	font-size: 0.2rem;
	color: #2d2d2d;
	font-family: SourceHanSansCN-Bold;
	line-height:0.15rem;
}

.news-box {
	margin-top: 1.4rem;
	background: linear-gradient(to bottom, #f8f8f8, #fff);
}

.news-box .title-h-l {
	padding-top: 0.5rem;
	font-family: SourceHanSansCN-ExtraLight;
	position: relative;
}

.news-box .mores {
	position: absolute;
	right: 0.65rem;
	bottom: 0;
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Regular;
	line-height: 1;
}

.news-box .mores a {
	color: #5c5c5c;
	line-height: 1;
	font-weight: 400;
}

.news-box .news-list {
	margin-top: 0.5rem;
	border-top: 2px solid #e5e5e5;
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
	padding: 0 1rem;
}

.news-box .news-list .new-li {
	width: 4.63rem;
	border-right: 2px solid #e5e5e5;
	padding: 0.5rem 0.2rem 0.3rem 0.2rem;
	box-sizing: border-box;
}

.news-box .news-list .new-li:last-child {
	border-right: 0;
}

.news-box .news-list .new-li .time {
	font-size: 0.22rem;
	color: #2373ce;
	line-height: 1;
	font-family: SourceHanSansCN-Medium;
}

.news-box .news-list .new-li .title {
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Medium;
	padding: 0.2rem 0 0 0;
	color: #5c5c5c;
	height: 0.75rem;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;  
}

.news-box .news-list .new-li .more {
	color: #333;
	margin-top: 0.7rem;
	font-size: 0.16rem;
	font-family: SourceHanSansCN-Regular;
	line-height: 1;
	/*border-bottom: 1px solid #2373ce;*/
	/*padding-bottom: 0.05rem;*/
	width: max-content;
}

.news-box .news-list .new-li img {
	width: 100%;
	height: 2.5rem;
	object-fit: cover;
	display: block;
	margin-top: 0.4rem;
	padding-bottom: 0.28rem;
	border-bottom: 2px solid #e5e5e5;
}

.news-box .news-list .new-li a {
	position: relative;
}

.news-box .news-list .new-li a::after {
	width: 0;
	content: '';
	display: block;
	height: 2px;
	background-color: #2373ce;
	transition: 0.6s;
	position: absolute;
	bottom: 0;
}

.news-box .news-list .new-li:hover a::after {
	width: 100%;
}